Ashvin Rathod (OpenERP) has proposed merging lp:~openerp-dev/openobject-addons/trunk-bug-785110-ara into lp:openobject-addons.
Requested reviews: OpenERP Core Team (openerp) Related bugs: Bug #785110 in OpenERP Addons: "[PS] Accounting - Generic Chart of Accounts - Wrong demo data" https://bugs.launchpad.net/openobject-addons/+bug/785110 For more details, see: https://code.launchpad.net/~openerp-dev/openobject-addons/trunk-bug-785110-ara/+merge/62277 Hello, Fix; Accounting - Generic Chart of Accounts - Wrong demo data Thanks, ara -- https://code.launchpad.net/~openerp-dev/openobject-addons/trunk-bug-785110-ara/+merge/62277 Your team OpenERP R&D Team is subscribed to branch lp:~openerp-dev/openobject-addons/trunk-bug-785110-ara.
=== modified file 'account/configurable_account_chart.xml' --- account/configurable_account_chart.xml 2011-02-09 13:28:30 +0000 +++ account/configurable_account_chart.xml 2011-05-25 11:14:25 +0000 @@ -593,12 +593,18 @@ <record id="fiscal_position_normal_taxes" model="account.fiscal.position.tax.template"> <field name="position_id" ref="fiscal_position_normal_taxes_template1" /> <field name="tax_src_id" ref="itaxs" /> - <field name="tax_dest_id" ref="otaxs" /> + <field name="tax_dest_id" ref="itaxx" /> </record> <record id="fiscal_position_tax_exempt" model="account.fiscal.position.tax.template"> <field name="position_id" ref="fiscal_position_tax_exempt_template2" /> - <field name="tax_src_id" ref="itaxx" /> + <field name="tax_src_id" ref="itaxs" /> + <field name="tax_dest_id" ref="itaxx" /> + </record> + + <record id="fiscal_position_tax_exempt1" model="account.fiscal.position.tax.template"> + <field name="position_id" ref="fiscal_position_tax_exempt_template2" /> + <field name="tax_src_id" ref="otaxs" /> <field name="tax_dest_id" ref="otaxx" /> </record>
_______________________________________________ Mailing list: https://launchpad.net/~openerp-dev-web Post to : openerp-dev-web@lists.launchpad.net Unsubscribe : https://launchpad.net/~openerp-dev-web More help : https://help.launchpad.net/ListHelp