Skip to content

Commit

Permalink
[12.0][FIX] - Fix the warning
Browse files Browse the repository at this point in the history
The model account.analytic.contract has no _description
  • Loading branch information
sbejaoui committed Oct 26, 2018
1 parent 158b4ad commit b3e2931
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions contract/models/account_analytic_contract.py
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,7 @@

class AccountAnalyticContract(models.Model):
_name = 'account.analytic.contract'
_description = "Account Analytic Contract"

# These fields will not be synced to the contract
NO_SYNC = [
Expand Down

0 comments on commit b3e2931

Please sign in to comment.