mirror of
https://github.com/guohuadeng/app-odoo.git
synced 2025-02-23 04:11:36 +02:00
条码增加可定制功能
fix odoo customize
This commit is contained in:
@@ -25,6 +25,9 @@
|
||||
</div>
|
||||
</div>
|
||||
</group>
|
||||
<group string="Report Setting">
|
||||
<field name="app_ui_force_barcode"/>
|
||||
</group>
|
||||
</form>
|
||||
</field>
|
||||
</record>
|
||||
|
||||
@@ -1,7 +1,7 @@
|
||||
<?xml version="1.0" encoding="utf-8"?>
|
||||
<odoo>
|
||||
<data>
|
||||
<template id="assets_backend" inherit_id="web.assets_backend">
|
||||
<template id="assets_backend" name="app_ui_enhance asset" inherit_id="web.assets_backend">
|
||||
<xpath expr="." position="inside">
|
||||
<link rel="stylesheet" type="text/css" href="/app_ui_enhance/static/src/css/app_ui_enhance.css"/>
|
||||
<link rel="stylesheet" href="/app_ui_enhance/static/src/css/web_list_bg_color.css"/>
|
||||
|
||||
Reference in New Issue
Block a user