c2c-oerpscenario team mailing list archive
-
c2c-oerpscenario team
-
Mailing list archive
-
Message #15925
[Bug 708874] Re: Anglo-saxon Accounting does not use input stock account when purchase order invoicing control set to: “from picking” V6
changed the code on my local branch:
Using "But the problem arises from
stock/wizard/stock_invoice_onshipping.py file where they passed type =
None while creating invoice from picking. It should be type =
context.get('inv_type')."
No luck though. It did not fix the journals.
Do I need to download the who lp:~openerp-dev/openobject-addons/trunk-dev-addons2 to get it to work.
regards,
Michael
--
You received this bug notification because you are a member of C2C
OERPScenario, which is subscribed to the OpenERP Project Group.
https://bugs.launchpad.net/bugs/708874
Title:
Anglo-saxon Accounting does not use input stock account when purchase
order invoicing control set to: “from picking” V6
Status in OpenERP Modules (addons):
Fix Released
Bug description:
V6 stable, ubuntu 9.10, launchpad version
Anglo-saxon Accounting does not use input stock account when purchase order invoicing control set to: “from picking”.
Example:
Make sure anglo-saxon installed. Accounts setup in categories.
Setup input and output stock correctly.
Create purchase order with invoicing control set to: “from order”
Approve purchase order then receipt shipment.
Journals:
CR Stock input account (Correct)
DR Inventory account (Correct)
Approve Invoice created from sales order.
Cr Supplier Trade Account (Correct)
Dr Tax (Correct)
Dr Stock input account (Correct)
HOWEVER:
Create new purchase order with invoicing control set to: “from picking”
Approve purchase order then receipt shipment.
CR Stock input account (Correct)
DR Inventory account (Correct)
Create invoice from validated reception.
CR Supplier Trade Account (Correct)
DR Tax (Correct)
DR Expense Account (INCORRECT)
In summary: V6 seems to work fine when the purchase order invoicing
control is "from order" but not when "from picking"
References