generated from OCA/oca-addons-repo-template
-
Notifications
You must be signed in to change notification settings - Fork 10
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
[T1450] - Implement: Success page now showed fot together website ins…
…tead of resume.
- Loading branch information
Showing
16 changed files
with
3,616 additions
and
2,133 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,12 @@ | ||
<odoo> | ||
<record model="website.rewrite" id="donation_success_rewrite"> | ||
<field name="name">Donation Success</field> | ||
<field name="url_from">/shop/confirmation</field> | ||
<field name="url_to">/together/donation/confirmation</field> | ||
<field | ||
name="website_id" | ||
ref="crowdfunding_compassion.crowdfunding_website" | ||
/> | ||
<field name="redirect_type">308</field> | ||
</record> | ||
</odoo> |
Oops, something went wrong.