Skip to content
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

[17.0][IMP] report_qweb_parameter: Remove warnings #935

Merged
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions report_qweb_parameter/demo/test_report_field_length.xml
Original file line number Diff line number Diff line change
Expand Up @@ -25,13 +25,13 @@
name="raw_length"
t-minlength="10"
t-length="10"
t-raw="docs[0].vat"
t-out="docs[0].vat"
t-if="docs[0].vat"
/>
<li
name="raw_maxlength"
t-maxlength="10"
t-raw="docs[0].company_registry"
t-out="docs[0].company_registry"
t-if="docs[0].company_registry"
/>
<li
Expand Down
14 changes: 7 additions & 7 deletions report_qweb_parameter/readme/CONTRIBUTORS.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
- Enric Tobella \<<[email protected]>\>
- [Tecnativa](https://www.tecnativa.com):
> - Carlos Roca
- Iván Antón \<<[email protected]>\>
- Enric Tobella \<<[email protected]>\>

- [Tecnativa](https://www.tecnativa.com):

> - Carlos Roca

- Iván Antón \<<[email protected]>\>
1 change: 0 additions & 1 deletion report_qweb_parameter/static/description/index.html
Original file line number Diff line number Diff line change
@@ -1,4 +1,3 @@
<?xml version="1.0" encoding="utf-8"?>
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">
<head>
Expand Down
Loading