new module to add account number on partner, visible in account move lines payable and receivable
3 lines
81 B
Python
3 lines
81 B
Python
# -*- coding: utf-8 -*-
|
|
from . import res_partner
|
|
from . import account_move_line |