Initial commit: Odoo 18.0-20251222 extra-addons
This commit is contained in:
6
web_timeline/static/tests/helpers.esm.js
Executable file
6
web_timeline/static/tests/helpers.esm.js
Executable file
@@ -0,0 +1,6 @@
|
||||
export const FAKE_ORDER_FIELDS = {
|
||||
display_name: {string: "Display Name", type: "char"},
|
||||
date_start: {string: "Date start", type: "date"},
|
||||
date_end: {string: "Date end", type: "date"},
|
||||
partner_id: {string: "Partner", type: "many2one", relation: "partner"},
|
||||
};
|
||||
Reference in New Issue
Block a user