This question has been flagged
2 Replies
336 Views

Hi,

We make educational materials for schools. The one ordering is usually a teacher. We want them to be able to place an order and then we send the invoice to the people in the school that handle invoices. How is this possible in Odoo?
I tried already to choose wire transfer as payment option, but then still customers would have to click on "pay now" to confirm their order. Or is it possible to change the text of that button?
(small note, I do want customers to see the prices of products on the website)

Thanks in advance!


Avatar
Discard
Best Answer

Hi,

To add a custom Arabic font to your Odoo 17 website, you'll need to follow some technical steps, but it's not overly complex. Here's a simplified guide:


* Place the font file in the static/src/font/ directory.

* Include the file link in the @font-face within a scss file.

* Specify the font family in a stylesheet.

* Connect the stylesheet to the manifest file.

* Choose the font family in the website editor under theme settings.

* Save the changes to observe the updated font.


For more please refer to the following link:

[NOTE: The first portion of the blog is how to add Google fonts. The second portion is the part that you looking for]


https://www.cybrosys.com/blog/how-to-add-custom-fonts-in-odoo-17#:~:text=To%20incorporate%20a%20custom%20font,font%20family%20in%20a%20stylesheet.


Hope it helps

Avatar
Discard
Best Answer

Same question by me.

I am building a B2B ecommerce store, and payments usually happen after 30 days or later after a certain credit limit has been exhausted. 

Avatar
Discard