~vauxoo/+junk/fiscal_printing_client

« back to all changes in this revision

Viewing changes to fiscal_printer/fiscal_printer_tax.py

  • Committer: Israel Fermín Montilla
  • Date: 2011-10-26 17:04:30 UTC
  • Revision ID: israel@openerp.com.ve-20111026170430-4cxe4lr1hj0owimg

[ADD] added the possibility to configure the client-tax mapping from the tax code configuration view

Show diffs side-by-side

added added

removed removed

Lines of Context:
40
40
            string="Tax",
41
41
            help="Tax which corresponds with this printer code",
42
42
        ),
 
43
        "client_ids": fields.many2many(
 
44
            'fiscal.printing.client',
 
45
            'rel_client_tax_code',
 
46
            'tax_code_id',
 
47
            'client_id',
 
48
            'Clients with this Configuration',
 
49
        ),
43
50
    }
44
51
fiscal_printer_tax()