mirror of
https://gitlab.com/hibou-io/hibou-odoo/suite.git
synced 2025-01-20 12:37:31 +02:00
* clear order terms if user rejects agreement * set payment transaction amount to amount_due_today * fix bad view inheritance spec * fix default selected term when partner_term is not in website_terms * do not render payment bypass form if amount_total is 0 H5924
7 lines
135 B
Python
7 lines
135 B
Python
from . import account
|
|
from . import payment
|
|
from . import res_config
|
|
from . import sale
|
|
from . import sale_patch
|
|
from . import website
|