实现基础的rpc拿取后端生产线数据功能

This commit is contained in:
mgw
2023-08-03 17:24:37 +08:00
parent 1afd164712
commit 810ef41c05
4 changed files with 90 additions and 0 deletions

View File

@@ -30,6 +30,14 @@
],
'qweb': [
],
'assets': {
'web.assets_backend': [
'sf_manufacturing/static/src/js/kanban_change.js',
'sf_manufacturing/static/src/scss/kanban_change.scss',
'sf_manufacturing/static/src/xml/kanban_change.xml',
],
},
'license': 'LGPL-3',
'installable': True,
'application': False,