[CHG] extract the sourcing part from stock_location_ownership in a module sale_sourced_by_line

(/tmp/trunk-generic/ rev 27)
(/tmp/7.0-add-sale_sourced_and_stock_ownership rev 25)
This commit is contained in:
Guewen Baconnier
2013-08-06 17:07:18 +02:00
parent 968f90a0fb
commit dc6cfdec2d
2 changed files with 5 additions and 20 deletions

View File

@@ -28,31 +28,17 @@
'images': [],
'website': "http://www.camptocamp.com",
'description': """
Stock Location Ownership
=========================
* Adds an ownership on a location
* (To move/create in module: sale_sourced_by_line) Adds the possibility to source a line of sale order from a specific location instead of
using the location of the warehouse of the selected shop
* Further on (to move/create in module: sale_ownership) will trigger under certain circonstances the creation of a PO:
a) if customer != stock.location owner (Dispatch VCI, Dispatch PNS)
then generate also PO and link it with picking (delivery order)
b) if customer == stock.location owner (Dispatch PNS to NS)
then SO should be with prices at 0 + add manually line for handling fee"
Stock Location Ownership
========================
Adds an ownership on the stock locations
""",
'depends': ['sale_dropshipping',
'sale_stock',
'depends': ['stock',
],
'demo': [],
'data': ['view/stock_view.xml',
'view/sale_view.xml',
],
'test': [],
'auto_install': False,
'test': ['test/sale_order_source.yml',
'test/sale_order_not_sourced.yml',
],
'installable': True,
}

View File

@@ -20,4 +20,3 @@
##############################################################################
from . import stock
from . import sale