Squashed commit of the following: commit5adce1fd15Author: Marc Durepos <marc@bemade.org> Date: Thu Sep 4 12:33:00 2025 -0400 [MIG] 17.0..18.0 account_credit_hold Migrated module account_credit_hold from 17.0 to 18.0. Fixed views and models and wrote test cases to check functionality. commit91c52af6f4Author: Marc Durepos <marc@bemade.org> Date: Thu Sep 4 11:38:37 2025 -0400 Initial migration of account_credit_hold for testing in 18.0
20 lines
665 B
Python
20 lines
665 B
Python
{
|
|
"name": "Account Credit Hold",
|
|
"version": "18.0.1.1.1",
|
|
"summary": "Allows setting clients on credit hold, blocking the ability confirm a new sales order.",
|
|
"category": "Accounting/Accounting",
|
|
"author": "Bemade Inc.",
|
|
"maintainer": "Marc Durepos <marc@bemade.org>",
|
|
"website": "http://www.bemade.org",
|
|
"license": "LGPL-3",
|
|
"depends": ["sale", "account_followup", "stock"],
|
|
"data": [
|
|
"views/account_followup_views.xml",
|
|
"views/sale_order_views.xml",
|
|
"views/res_partner_views.xml",
|
|
"views/stock_picking_views.xml",
|
|
],
|
|
"demo": [],
|
|
"installable": True,
|
|
"auto_install": False,
|
|
}
|