• Home
  • Features
  • Pricing
  • Docs
  • Announcements
  • Sign In

OCA / pylint-odoo
98%
master: 98%

Build:
Build:
LAST BUILD BRANCH: 7.0.5
DEFAULT BRANCH: master
Repo Added 12 Oct 2015 09:52PM UTC
Files 7
Badge
Embed ▾
README BADGES
x

If you need to use a raster PNG badge, change the '.svg' to '.png' in the link

Markdown

Textile

RDoc

HTML

Rst

LAST BUILD ON BRANCH 7.0.2
branch: 7.0.2
CHANGE BRANCH
x
Reset
  • 7.0.2
  • 1.0.0
  • 1.0.1
  • 1.0.2
  • 1.1.0
  • 1.2.0
  • 1.3.0
  • 1.3.1
  • 1.3.2
  • 1.3.3
  • 1.3.4
  • 1.3.5
  • 1.4.0
  • 1.5.0
  • 1.6.0
  • 1.7.0
  • 1.8.0
  • 1.8.1
  • 1.8.2
  • 1.9.3
  • 1.9.4
  • 1.9.5
  • 2.0.0
  • 2.0.1
  • 2.0.2
  • 3.0.0
  • 3.0.1
  • 3.0.3
  • 3.1.0
  • 3.10.0
  • 3.2.0
  • 3.3.0
  • 3.3.1
  • 3.3.2
  • 3.4.0
  • 3.5.0
  • 3.5.1
  • 3.6.0
  • 3.7.0
  • 3.7.1
  • 3.8.0
  • 3.9.0
  • 4.0.0
  • 5.0.0
  • 5.0.1
  • 5.0.2
  • 5.0.3
  • 5.0.4
  • 5.0.5
  • 6.0.0
  • 6.1.0
  • 6.2.0
  • 7.0
  • 7.0.0
  • 7.0.1
  • 7.0.3
  • 7.0.4
  • 7.0.5
  • dependabot/pip/pygments-2.7.4
  • main
  • master
  • master-ocabot-merge-pr-261-by-moylop260-bump-no
  • moylop260-patch-1
  • revert-376-master

pending completion
1224

push

travis-ci-com

web-flow
[FIX] attribute-string-redundant: Only when field string is the same as title() format (#392)

This allows to have titles in different case.

For example this field declaration is not going to set a attribute-string-redundant:

```
has_changes_pending_approval = fields.Boolean(
        string="Has changes pending approval"
)
```

But if we define the field in this way it will set a W8113:

```
has_changes_pending_approval = fields.Boolean(
        string="Has Changes Pending Approval"
)
```

Fixes #387

1540 of 1579 relevant lines covered (97.53%)

0.98 hits per line

Relevant lines Covered
Build:
Build:
1579 RELEVANT LINES 1540 COVERED LINES
0.98 HITS PER LINE
Source Files on 7.0.2
  • Tree
  • List 7
  • Changed 0
  • Source Changed 0
  • Coverage Changed 0
Coverage ∆ File Lines Relevant Covered Missed Hits/Line

Recent builds

Builds Branch Commit Type Ran Committer Via Coverage
1224 7.0.2 [FIX] attribute-string-redundant: Only when field string is the same as title() format (#392) This allows to have titles in different case. For example this field declaration is not going to set a attribute-string-redundant: ``` has_change... push 30 Sep 2022 02:49PM UTC web-flow travis-ci-com pending completion  
See All Builds (929)
  • Repo on GitHub
STATUS · Troubleshooting · Open an Issue · Sales · Support · CAREERS · ENTERPRISE · START FREE · SCHEDULE DEMO
ANNOUNCEMENTS · TWITTER · TOS & SLA · Supported CI Services · What's a CI service? · Automated Testing

© 2025 Coveralls, Inc