Skip to content

Commit

Permalink
[FIX] stock_ux: transfer of functionality to sale_stock_ux
Browse files Browse the repository at this point in the history
closes #385

Related: ingadhoc/purchase#173
Related: ingadhoc/sale#683
Signed-off-by: Juan Carreras <jc@adhoc.com.ar>
  • Loading branch information
ALopez-Adhoc committed Jul 20, 2023
1 parent 67417a5 commit 85075f0
Show file tree
Hide file tree
Showing 4 changed files with 0 additions and 27 deletions.
1 change: 0 additions & 1 deletion stock_ux/__manifest__.py
Expand Up @@ -32,7 +32,6 @@
'sale_stock',
'report_aeroo',
'stock_voucher',
'purchase_stock',
],
'data': [
'security/stock_ux_security.xml',
Expand Down
2 changes: 0 additions & 2 deletions stock_ux/models/__init__.py
Expand Up @@ -10,6 +10,4 @@
from . import stock_warehouse_orderpoint
from . import stock_move_line
from . import stock_picking_type
from . import sale_order
from . import res_config_settings
from . import purchase_order
10 changes: 0 additions & 10 deletions stock_ux/models/purchase_order.py

This file was deleted.

14 changes: 0 additions & 14 deletions stock_ux/models/sale_order.py

This file was deleted.

0 comments on commit 85075f0

Please sign in to comment.