On 02/05/14 15:27, Franky Almonte wrote:
Hi devs,
I just started to write a Tryton account module for Dominican
Republic. I'm just starting with a basic chart of account, one tax,
sequences and sequences types. Those files are attached.
I looked at Tryton account_ar module at [1] and OpenERP República
Dominicana at [2] for reference on how to start. The files I just
attached works fine if added to a new module in Tryton.
I'm asking for help on how to generate diferent types of invoices,
each one using it's own sequence (see account_do.xml).
Any help would be apreciated.
[1] https://bitbucket.org/thymbra/account_ar/overview
[2] https://launchpad.net/openerp-republica-dominicana
Regards,
--
Franky Almonte
falmonte [AT] fdsl.org.do
Fundación Dominicana de Software Libre
www.fdsl.org.do
I think that is not possible with official modules, maybe you can create
a new module that add relation between some "type invoice" and
"sequence" and the user in each invoice select the right kind/type
invoice and then the server assign the sequence number depending of this
field.
Atte,
Oscar Alvarez