Browse Source

Converted some fields on report_intrastat_product/service to many2one (fields that are not in the official declaration or never subject to change)

Add copy of department from warehouse to invoice.
Import DEB don't have the partner_vat field
Department can be 99 for Monaco.
Copy tranport and department from report_intrastat_product in XML file
First attempt at adapting the display of fields depending on the type of declaration.
pull/79/head^2
Alexis de Lattre 13 years ago
parent
commit
c2686b76aa
  1. 1
      l10n_fr_intrastat_base/intrastat_type.py

1
l10n_fr_intrastat_base/intrastat_type.py

@ -25,6 +25,7 @@ from osv import osv, fields
class report_intrastat_type(osv.osv):
_name = "report.intrastat.type"
_description = "Intrastat type"
_order = "type, intrastat_only"
_columns = {
'name': fields.char('Name',size=64,help="Name which appear when you select the Intrastat type on the invoice."),
'active' : fields.boolean('Active', help="The active field allows you to hide the Intrastat type without deleting it."),

Loading…
Cancel
Save