Review: Needs Fixing
Non c'รจ nella 6.1 il campo supplier_invoice_number, si potrebbe aggiungere
direttamente in questo modulo?
In account.py basterebbe:
class account_invoice(osv.osv):
_inherit = "account.invoice"
_columns = {
'supplier_invoice_number': fields.char('Supplier invoice nr', size=16),
}
--
https://code.launchpad.net/~elbati/openobject-italia/6.1-l10n_it_vat_registries_simplified/+merge/162367
Your team OpenERP Italia core devs is subscribed to branch
lp:openobject-italia/6.1.
_______________________________________________
Mailing list: https://launchpad.net/~openobject-italia-core-devs
Post to : [email protected]
Unsubscribe : https://launchpad.net/~openobject-italia-core-devs
More help : https://help.launchpad.net/ListHelp