Skip to content
Snippets Groups Projects
Commit 7ce486bbf105 authored by moctar.diallo@xcg.africa's avatar moctar.diallo@xcg.africa
Browse files

Fixed bug: impossible to create new document_attachment_type from menu...

Fixed bug: impossible to create new document_attachment_type from menu 'Paramètres/Technique/Document joint/Type de la pièce jointe' because field is required
parent b29412c5d84c
No related branches found
No related tags found
1 merge request!4Fixed bug: impossible to create new document_attachment_type from menu...
Pipeline #46413 passed
15.0.1.0.1
==========
* Fix bug: can create new document_attachment_type accessed from menu Technical
15.0.1.0.0
==========
......
......@@ -20,7 +20,7 @@
{
"name": "Document Attachment",
"license": "AGPL-3",
"version": "15.0.1.0.0",
"version": "15.0.1.0.1",
"author": "XCG Consulting",
"category": "Hidden/Dependency",
"website": "http://odoo.consulting/",
......
......@@ -20,7 +20,7 @@
<form string="Document types">
<group cols="2">
<field name="name" />
<field name="model" invisible="1" />
<field name="model" />
</group>
</form>
</field>
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment