-
Notifications
You must be signed in to change notification settings - Fork 0
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
[IMP] edi_storage_oca: Allow files with duplicate names to create Edi Exchange Record #36
base: 12.0-bprt-edi_storage_oca
Are you sure you want to change the base?
Conversation
dfd6171
to
8c5eb48
Compare
@@ -10,6 +10,10 @@ | |||
<field name="storage_id" /> | |||
<field name="input_dir_pending" /> | |||
<field name="input_dir_remove" /> | |||
<field | |||
name="input_allow_duplicate_filename" | |||
attrs="{'invisible': [('input_dir_remove', '=', False)]}" |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
attrs="{'invisible': [('input_dir_remove', '=', False)]}" |
@@ -58,6 +58,8 @@ class EDIBackend(models.Model): | |||
output_dir_error = fields.Char( | |||
"Output error directory", help="Path to folder for error operations" | |||
) | |||
input_allow_duplicate_filename = fields.Boolean( | |||
help="Allow files with duplicate names to create Edi Exchange Record") |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
help="Allow files with duplicate names to create Edi Exchange Record") | |
help="For this backend, filenames are not unique, e.g. output.edi") |
8c5eb48
to
52bf140
Compare
@@ -23,4 +24,4 @@ | |||
</notebook> | |||
</field> | |||
</record> | |||
</odoo> | |||
</odoo> |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
newline
52bf140
to
8f7b612
Compare
8f7b612
to
16257eb
Compare
didn't make it to the oca side? |
Hi sir, Should I create a new PR for this? (Although they don't seem to care) |
yes please |
No description provided.