Skip to content
Extraits de code Groupes Projets
Valider 6346d436 rédigé par Rémi - Le Filament's avatar Rémi - Le Filament
Parcourir les fichiers

[FIX] load assets and no_create in views

parent 5799e778
Aucune branche associée trouvée
Aucune étiquette associée trouvée
1 requête de fusion!1Refactor reports
......@@ -26,10 +26,7 @@
"report/report_program.xml",
],
"assets": {
"web.assets_common": [
"lefilament_training/static/src/scss/style.scss",
],
"web.report_assets_pdf": [
"web.report_assets_common": [
"lefilament_training/static/src/scss/style.scss",
],
},
......
......@@ -13,7 +13,7 @@
<field
name="training_id"
domain="['|', ('customer_id', '=', partner_id), ('opco_id', '=', partner_id)]"
options="{ 'no_create_edit': True, }"
options="{ 'no_create': True, }"
/>
</xpath>
</field>
......
......@@ -13,7 +13,7 @@
<field
name="training_id"
domain="['|', ('customer_id', '=', partner_id), ('opco_id', '=', partner_id)]"
options="{ 'no_create_edit': True, }"
options="{ 'no_create': True, }"
/>
</xpath>
</field>
......
0% Chargement en cours ou .
You are about to add 0 people to the discussion. Proceed with caution.
Veuillez vous inscrire ou vous pour commenter