[Openerp-community-reviewer] [Merge] lp:~numerigraphe-team/stock-logistic-warehouse/7.0-add-stock-available-sale into lp:stock-logistic-warehouse

2014-05-23 Thread Lionel Sausin - Numérigraphe
Lionel Sausin - Numérigraphe has proposed merging 
lp:~numerigraphe-team/stock-logistic-warehouse/7.0-add-stock-available-sale 
into lp:stock-logistic-warehouse with 
lp:~numerigraphe-team/stock-logistic-warehouse/7.0-add-stock-available as a 
prerequisite.

Requested reviews:
  Stock and Logistic Core Editors (stock-logistic-core-editors)

For more details, see:
https://code.launchpad.net/~numerigraphe-team/stock-logistic-warehouse/7.0-add-stock-available-sale/+merge/220761

Add stock_available_sale: take sale quotations into account in the stock 
quantity available to promise" stock_available stock_available_sale.

This branch builds upon 
lp:~numerigraphe-team/stock-logistic-warehouse/7.0-add-stock-available, which 
adds a generic module to compute the stock available to promise in a 
configurable way.

Module Co-authored by Loïc Bellier and your humble servant.
-- 
https://code.launchpad.net/~numerigraphe-team/stock-logistic-warehouse/7.0-add-stock-available-sale/+merge/220761
Your team Stock and Logistic Core Editors is requested to review the proposed 
merge of 
lp:~numerigraphe-team/stock-logistic-warehouse/7.0-add-stock-available-sale 
into lp:stock-logistic-warehouse.
=== modified file 'stock_available/res_config.py'
--- stock_available/res_config.py	2014-05-23 07:53:49 +
+++ stock_available/res_config.py	2014-05-23 07:53:49 +
@@ -31,4 +31,11 @@
 help="This will subtract incoming quantities from the quantities"
  "available to promise.\n"
  "This installs the module stock_available_immediately."),
+'module_stock_available_sale': fields.boolean(
+'Exclude goods already in sale quotations',
+help="This will subtract quantities from the sale quotations from"
+ "the quantities available to promise.\n"
+ "This installs the modules stock_available_sale.\n"
+ "If the modules sale and sale_delivery_date are not "
+ "installed, this will install them too"),
 }

=== modified file 'stock_available/res_config_view.xml'
--- stock_available/res_config_view.xml	2014-05-23 07:53:49 +
+++ stock_available/res_config_view.xml	2014-05-23 07:53:49 +
@@ -15,6 +15,10 @@
 
 
 
+
+
+
+
 
 
 

=== added directory 'stock_available_sale'
=== added file 'stock_available_sale/__init__.py'
--- stock_available_sale/__init__.py	1970-01-01 00:00:00 +
+++ stock_available_sale/__init__.py	2014-05-23 07:53:49 +
@@ -0,0 +1,22 @@
+# -*- coding: utf-8 -*-
+##
+#
+#This module is copyright (C) 2014 Numérigraphe SARL. All Rights Reserved.
+#
+#This program is free software: you can redistribute it and/or modify
+#it under the terms of the GNU Affero General Public License as
+#published by the Free Software Foundation, either version 3 of the
+#License, or (at your option) any later version.
+#
+#This program is distributed in the hope that it will be useful,
+#but WITHOUT ANY WARRANTY; without even the implied warranty of
+#MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
+#GNU Affero General Public License for more details.
+#
+#You should have received a copy of the GNU Affero General Public License
+#along with this program.  If not, see .
+#
+##
+
+from . import product
+from . import sale_stock

=== added file 'stock_available_sale/__openerp__.py'
--- stock_available_sale/__openerp__.py	1970-01-01 00:00:00 +
+++ stock_available_sale/__openerp__.py	2014-05-23 07:53:49 +
@@ -0,0 +1,48 @@
+# -*- coding: utf-8 -*-
+##
+#
+#This module is copyright (C) 2014 Numérigraphe SARL. All Rights Reserved.
+#
+#This program is free software: you can redistribute it and/or modify
+#it under the terms of the GNU Affero General Public License as
+#published by the Free Software Foundation, either version 3 of the
+#License, or (at your option) any later version.
+#
+#This program is distributed in the hope that it will be useful,
+#but WITHOUT ANY WARRANTY; without even the implied warranty of
+#MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
+#GNU Affero General Public License for more details.
+#
+#You should have received a copy of the GNU Affero General Public License
+#along with this program.  If not, see .
+#
+

[Openerp-community-reviewer] [Merge] lp:~numerigraphe-team/stock-logistic-warehouse/7.0-add-stock-available-sale into lp:stock-logistic-warehouse

2014-05-23 Thread Lionel Sausin - Numérigraphe
The proposal to merge 
lp:~numerigraphe-team/stock-logistic-warehouse/7.0-add-stock-available-sale 
into lp:stock-logistic-warehouse has been updated.

Description changed to:

Add stock_available_sale: take sale quotations into account in the stock 
quantity available to promise" stock_available stock_available_sale.

This branch builds upon 
lp:~numerigraphe-team/stock-logistic-warehouse/7.0-add-stock-available, which 
adds a generic module to compute the stock available to promise in a 
configurable way.

The new module uses a context trick introduced in the previous branch, to make 
the Sale module warn salesman over insufficient quantity available to promise 
instead of insufficient virtual stock, with a very low code impact.

Module Co-authored by Loïc Bellier and your humble servant.

For more details, see:
https://code.launchpad.net/~numerigraphe-team/stock-logistic-warehouse/7.0-add-stock-available-sale/+merge/220761
-- 
https://code.launchpad.net/~numerigraphe-team/stock-logistic-warehouse/7.0-add-stock-available-sale/+merge/220761
Your team Stock and Logistic Core Editors is requested to review the proposed 
merge of 
lp:~numerigraphe-team/stock-logistic-warehouse/7.0-add-stock-available-sale 
into lp:stock-logistic-warehouse.

-- 
Mailing list: https://launchpad.net/~openerp-community-reviewer
Post to : openerp-community-reviewer@lists.launchpad.net
Unsubscribe : https://launchpad.net/~openerp-community-reviewer
More help   : https://help.launchpad.net/ListHelp


[Openerp-community-reviewer] [Merge] lp:~numerigraphe-team/stock-logistic-warehouse/7.0-add-stock-available-sale into lp:stock-logistic-warehouse

2014-07-29 Thread Lionel Sausin - Numérigraphe
The proposal to merge 
lp:~numerigraphe-team/stock-logistic-warehouse/7.0-add-stock-available-sale 
into lp:stock-logistic-warehouse has been updated.

Status: Needs review => Work in progress

For more details, see:
https://code.launchpad.net/~numerigraphe-team/stock-logistic-warehouse/7.0-add-stock-available-sale/+merge/220761
-- 
https://code.launchpad.net/~numerigraphe-team/stock-logistic-warehouse/7.0-add-stock-available-sale/+merge/220761
Your team Stock and Logistic Core Editors is subscribed to branch 
lp:stock-logistic-warehouse.

-- 
Mailing list: https://launchpad.net/~openerp-community-reviewer
Post to : openerp-community-reviewer@lists.launchpad.net
Unsubscribe : https://launchpad.net/~openerp-community-reviewer
More help   : https://help.launchpad.net/ListHelp


Re: [Openerp-community-reviewer] [Merge] lp:~numerigraphe-team/stock-logistic-warehouse/7.0-add-stock-available-sale into lp:stock-logistic-warehouse

2014-07-03 Thread Alexandre Fayolle - camptocamp
Review: Resubmit

The source code management for this project has been moved to 
https://github.com/OCA/stock-logistics-warehouse

Could you resubmit this MP on the new site?

-- 
https://code.launchpad.net/~numerigraphe-team/stock-logistic-warehouse/7.0-add-stock-available-sale/+merge/220761
Your team Stock and Logistic Core Editors is subscribed to branch 
lp:stock-logistic-warehouse.

-- 
Mailing list: https://launchpad.net/~openerp-community-reviewer
Post to : openerp-community-reviewer@lists.launchpad.net
Unsubscribe : https://launchpad.net/~openerp-community-reviewer
More help   : https://help.launchpad.net/ListHelp


Re: [Openerp-community-reviewer] [Merge] lp:~numerigraphe-team/stock-logistic-warehouse/7.0-add-stock-available-sale into lp:stock-logistic-warehouse

2014-07-29 Thread Lionel Sausin - Numérigraphe
Migrated to https://github.com/OCA/stock-logistics-warehouse/pull/5 - please 
reject here.
-- 
https://code.launchpad.net/~numerigraphe-team/stock-logistic-warehouse/7.0-add-stock-available-sale/+merge/220761
Your team Stock and Logistic Core Editors is subscribed to branch 
lp:stock-logistic-warehouse.

-- 
Mailing list: https://launchpad.net/~openerp-community-reviewer
Post to : openerp-community-reviewer@lists.launchpad.net
Unsubscribe : https://launchpad.net/~openerp-community-reviewer
More help   : https://help.launchpad.net/ListHelp