read some fields
This commit is contained in:
parent
a5cbb23cdc
commit
0024f76192
14 changed files with 520 additions and 1 deletions
|
@ -4,8 +4,10 @@
|
|||
# this repository contains the full copyright notices and license terms.
|
||||
|
||||
from trytond.pool import Pool
|
||||
from .document import Incoming
|
||||
|
||||
|
||||
def register():
|
||||
Pool.register(
|
||||
Incoming,
|
||||
module='document_incoming_invoice_xml', type_='model')
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue