← Back to team overview

openerp-india team mailing list archive

[Bug 1082997] Re: account: multi company -fiscal position for partner must be a property

 

Hello Dr Ferdinand,

It's already property field, you can see at account/partner.py line no
206.

        'property_account_position': fields.property(
            'account.fiscal.position',
            type='many2one',
            relation='account.fiscal.position',
            string="Fiscal Position",
            view_load=True,
            help="The fiscal position will determine taxes and accounts used for the partner.",

So fiscal position is already property field on partner.

Please let me know more information about it.

Thanks and waiting for your reply!


** Changed in: openobject-addons
       Status: New => Incomplete

-- 
You received this bug notification because you are a member of OpenERP
Indian Team, which is subscribed to OpenERP Addons.
https://bugs.launchpad.net/bugs/1082997

Title:
  account: multi company -fiscal position for partner must be a property

Status in OpenERP Addons (modules):
  Incomplete

Bug description:
  The fiscal position of a partner has always to be defined from the
  point of view of the company

  example - multicompany

  company A: Switzerland
  company B: Germany
  company C: Germany
  company D: France
  company E: USA

  hence the fiscal position must be a property for multi company

To manage notifications about this bug go to:
https://bugs.launchpad.net/openobject-addons/+bug/1082997/+subscriptions


References