Merge branch 'master-odoo-word-to-flectra' into 'master'
[FIX] Odoo word to Flectra See merge request flectra-hq/flectra!124
This commit is contained in:
commit
1a32467888
@ -161,7 +161,7 @@ class PaymentAcquirer(models.Model):
|
||||
|
||||
payment_icon_ids = fields.Many2many('payment.icon', string='Supported Payment Icons')
|
||||
payment_flow = fields.Selection(selection=[('form', 'Redirection to the acquirer website'),
|
||||
('s2s','Payment from Odoo')],
|
||||
('s2s','Payment from Flectra')],
|
||||
default='form', required=True, string='Payment Flow',
|
||||
help="""Note: Subscriptions does not take this field in account, it uses server to server by default.""")
|
||||
|
||||
|
@ -69,14 +69,14 @@
|
||||
<h2 class="oe_slogan" style=" text-align: left;">Marketplaces integration</h2>
|
||||
<h3 class="oe_slogan" style="text-align: left;">Amazon & eBay</h3>
|
||||
<p class="oe_mt16 text-justify">
|
||||
Get extra exposure and sell more by publishing your products on eBay and Amazon. Import and manage your items straight from your Odoo instance.
|
||||
Get extra exposure and sell more by publishing your products on eBay and Amazon. Import and manage your items straight from your Flectra instance.
|
||||
</p>
|
||||
</div>
|
||||
<div class="col-md-5">
|
||||
<h2 class="oe_slogan" style=" text-align: left;">Shippers integration</h2>
|
||||
<h3 class="oe_slogan" style="text-align: left;">UPS, DHL & FedEx</h3>
|
||||
<p class="oe_mt16 text-justify">
|
||||
Speed up your shipment process and track your packages from Odoo. Select between multiple rates by shipping providers.
|
||||
Speed up your shipment process and track your packages from Flectra. Select between multiple rates by shipping providers.
|
||||
</p>
|
||||
</div>
|
||||
</div>
|
||||
|
Loading…
Reference in New Issue
Block a user