odoo/addons/sale_stock
Denis Ledoux 3b02e3d63d [FIX] sale*: company tax filtering
f26b94f had as goal to filter the taxes of the product
according to the company when the sale.order
was created/edited as SUPERUSER_ID
(Who ignores the record rules).

Unfortunetaly, to filter the taxes,
it used the company of the customer,
while it's actually the company of the order which
should be used.

Indeed, for instance,
partners can be shared among all companies.

It was way less simple to access the company
of the sale.order, this parameter being
not available in the on_change method signature.

This is the easiest way to solve this issue
without breaking the API / retro-compatibility.

opw-647819
2015-08-25 14:52:20 +02:00
..
i18n [I18N] Update translation terms from Transifex 2015-08-23 01:51:13 +02:00
report [MERGE] forward port of branch saas-3 up to d3e7a8e 2015-04-10 18:35:34 +02:00
security merge sale stock loc 2013-10-08 16:32:31 +02:00
test [MERGE] forward port of branch saas-3 up to 31f2a1b 2015-06-30 13:33:35 +02:00
__init__.py [IMP] Adapt average yml and push flow yml, put stock.py from sale_stock in stock_account 2013-08-28 17:32:10 +02:00
__openerp__.py [FIX] sale_*, delivery: more consistent ignore of cancelled SO lines 2015-04-24 17:29:51 +02:00
company.py [IMP] Invoice on picking cleaned 2013-08-04 13:53:25 +02:00
company_view.xml
res_config.py [IMP]rename project_mrp to sale_service 2014-06-17 17:12:49 +02:00
res_config_view.xml [IMP]rename project_mrp to sale_service 2014-06-17 17:12:49 +02:00
sale_stock.py [FIX] stock_account: VAT issue 2015-08-03 09:01:17 +02:00
sale_stock_demo.xml [MERGE] Forward-port of latest 7.0 bugfixes, up to rev. 10005 revid:dle@openerp.com-20140422150710-mr9x3vyq0wcg31l5 2014-04-22 18:20:28 +02:00
sale_stock_view.xml [FIX] sale*: company tax filtering 2015-08-25 14:52:20 +02:00
sale_stock_workflow.xml [IMP] Move sale_stock_workflow towards sale_workflow and make sure project_mrp tests pass 2013-09-10 17:48:22 +02:00
stock_view.xml Fix sale_id on stock.picking.out view 2014-06-19 14:10:24 +02:00