Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
C
Coopdevs OCB mirror
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
External wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Package registry
Container registry
Model registry
Operate
Environments
Terraform modules
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
Coopdevs
Odoo
Coopdevs OCB mirror
Commits
440a6fe2
Commit
440a6fe2
authored
6 years ago
by
Olivier Colson
Committed by
qdp-odoo
6 years ago
Browse files
Options
Downloads
Patches
Plain Diff
[IMP] account: batch payments aren't only for inbound payments
Enterprise module has been renamed and code adapted accordingly
parent
4aa28921
Branches
Branches containing commit
Tags
Tags containing commit
No related merge requests found
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
addons/account/views/res_config_settings_views.xml
+9
-4
9 additions, 4 deletions
addons/account/views/res_config_settings_views.xml
with
9 additions
and
4 deletions
addons/account/views/res_config_settings_views.xml
+
9
−
4
View file @
440a6fe2
...
...
@@ -234,9 +234,9 @@
<field
name=
"module_account_batch_payment"
widget=
"upgrade_boolean"
/>
</div>
<div
class=
"o_setting_right_pane"
>
<label
string=
"Batch
Deposi
ts"
/>
<label
string=
"Batch
Paymen
ts"
/>
<div
class=
"text-muted"
>
Group
received checks before depositing them to the bank
Group
payments into a single batch to ease the reconciliation process
</div>
</div>
</div>
...
...
@@ -248,7 +248,12 @@
<label
string=
"SEPA Direct Debit (SDD)"
for=
"module_account_sepa"
/>
<span
class=
"fa fa-lg fa-building-o"
title=
"Values set here are company-specific."
groups=
"base.group_multi_company"
/>
<div
class=
"text-muted"
>
Collect customer payments in one-click using Euro SEPA Service.
Collect customer payments in one-click using Euro SEPA Service
</div>
<div
id=
"account_reports_followup"
class=
"content-group"
attrs=
"{'invisible': [('module_account_sepa_direct_debit', '=', False)]}"
>
<div
class=
"text-warning mt16 mb4"
>
Save this page and come back here to set up the feature.
</div>
</div>
</div>
</div>
...
...
@@ -276,7 +281,7 @@
<label
for=
"module_account_sepa"
/>
<span
class=
"fa fa-lg fa-building-o"
title=
"Values set here are company-specific."
groups=
"base.group_multi_company"
/>
<div
class=
"text-muted"
>
Pay your bills in one-click using Euro SEPA
s
ervice
Pay your bills in one-click using Euro SEPA
S
ervice
</div>
</div>
</div>
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment